home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Musik
/
Misc
/
Amster
/
Rexx
/
PlayTMLG.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
2000-05-27
|
270 b
|
19 lines
/*
** Play
*/
playerpath = 'Apps:Sound/Players/TMLG/TheMpegaLibraryGui'
parse arg filename
options results
if ~show('P','TMLG.1') then address command 'Run <>NIL: 'playerpath
do while ~show('P','TMLG.1')
call delay(50)
end
address 'TMLG.1'
'PLAY NAME 'filename